1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctDanhSachTD
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
32             
this.grDanhsachTD = new System.Windows.Forms.GroupBox();
33             
this.dgvDanhsachTD = new System.Windows.Forms.DataGridView();
34             
this.label10 = new System.Windows.Forms.Label();
35             
this.IdThucDon = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             
this.TenLoaiThucDon = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.TenThucDon = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.DonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.SoLuongTon = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.DonGiaTon = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.TrangThai = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.grDanhsachTD.SuspendLayout();
43             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhsachTD)).BeginInit();
44             
this.SuspendLayout();
45             
//
46             
// grDanhsachTD
47             
//
48             
this.grDanhsachTD.Controls.Add(this.dgvDanhsachTD);
49             
this.grDanhsachTD.Location = new System.Drawing.Point(2, 52);
50             
this.grDanhsachTD.Name = "grDanhsachTD";
51             
this.grDanhsachTD.Size = new System.Drawing.Size(780, 286);
52             
this.grDanhsachTD.TabIndex = 113;
53             
this.grDanhsachTD.TabStop = false;
54             
//
55             
// dgvDanhsachTD
56             
//
57             
this.dgvDanhsachTD.AllowUserToAddRows = false;
58             
this.dgvDanhsachTD.AllowUserToDeleteRows = false;
59             
this.dgvDanhsachTD.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
60             
this.dgvDanhsachTD.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
61             
this.dgvDanhsachTD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
62             
this.dgvDanhsachTD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
63             
this.IdThucDon,
64             
this.TenLoaiThucDon,
65             
this.TenThucDon,
66             
this.DonViTinh,
67             
this.SoLuongTon,
68             
this.DonGiaTon,
69             
this.TrangThai});
70             
this.dgvDanhsachTD.Dock = System.Windows.Forms.DockStyle.Bottom;
71             
this.dgvDanhsachTD.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
72             
this.dgvDanhsachTD.Location = new System.Drawing.Point(3, 1);
73             
this.dgvDanhsachTD.Name = "dgvDanhsachTD";
74             
this.dgvDanhsachTD.ReadOnly = true;
75             
this.dgvDanhsachTD.Size = new System.Drawing.Size(774, 282);
76             
this.dgvDanhsachTD.TabIndex = 0;
77             
//
78             
// label10
79             
//
80             
this.label10.AutoSize = true;
81             
this.label10.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82             
this.label10.Location = new System.Drawing.Point(287, 16);
83             
this.label10.Name = "label10";
84             
this.label10.Size = new System.Drawing.Size(190, 17);
85             
this.label10.TabIndex = 114;
86             
this.label10.Text = "DANH SÁCH THỰC ĐƠN";
87             
//
88             
// IdThucDon
89             
//
90             
this.IdThucDon.DataPropertyName = "IdThucDon";
91             dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
92             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
93             
this.IdThucDon.DefaultCellStyle = dataGridViewCellStyle1;
94             
this.IdThucDon.HeaderText = "Id thực đơn";
95             
this.IdThucDon.Name = "IdThucDon";
96             
this.IdThucDon.ReadOnly = true;
97             
//
98             
// TenLoaiThucDon
99             
//
100             
this.TenLoaiThucDon.DataPropertyName = "TenLoaiThucDon";
101             
this.TenLoaiThucDon.HeaderText = "Tên loại thực đơn";
102             
this.TenLoaiThucDon.Name = "TenLoaiThucDon";
103             
this.TenLoaiThucDon.ReadOnly = true;
104             
//
105             
// TenThucDon
106             
//
107             
this.TenThucDon.DataPropertyName = "TenThucDon";
108             
this.TenThucDon.HeaderText = "Tên thực đơn";
109             
this.TenThucDon.Name = "TenThucDon";
110             
this.TenThucDon.ReadOnly = true;
111             
//
112             
// DonViTinh
113             
//
114             
this.DonViTinh.DataPropertyName = "DonViTinh";
115             
this.DonViTinh.HeaderText = "Đơn vị tính";
116             
this.DonViTinh.Name = "DonViTinh";
117             
this.DonViTinh.ReadOnly = true;
118             
//
119             
// SoLuongTon
120             
//
121             
this.SoLuongTon.DataPropertyName = "SoLuongTon";
122             
this.SoLuongTon.HeaderText = "Số lượng tồn";
123             
this.SoLuongTon.Name = "SoLuongTon";
124             
this.SoLuongTon.ReadOnly = true;
125             
//
126             
// DonGiaTon
127             
//
128             
this.DonGiaTon.DataPropertyName = "DonGiaTon";
129             
this.DonGiaTon.HeaderText = "Đơn giá tồn";
130             
this.DonGiaTon.Name = "DonGiaTon";
131             
this.DonGiaTon.ReadOnly = true;
132             
//
133             
// TrangThai
134             
//
135             
this.TrangThai.DataPropertyName = "TrangThai";
136             
this.TrangThai.HeaderText = "Trạng thái";
137             
this.TrangThai.Name = "TrangThai";
138             
this.TrangThai.ReadOnly = true;
139             
//
140             
// uctDanhSachTD
141             
//
142             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
143             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
144             
this.Controls.Add(this.label10);
145             
this.Controls.Add(this.grDanhsachTD);
146             
this.Name = "uctDanhSachTD";
147             
this.Size = new System.Drawing.Size(782, 347);
148             
this.Load += new System.EventHandler(this.uctDanhSachTD_Load);
149             
this.grDanhsachTD.ResumeLayout(false);
150             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhsachTD)).EndInit();
151             
this.ResumeLayout(false);
152             
this.PerformLayout();
153
154         }
155
156         
#endregion
157
158         
private System.Windows.Forms.GroupBox grDanhsachTD;
159         
private System.Windows.Forms.DataGridView dgvDanhsachTD;
160         
private System.Windows.Forms.Label label10;
161         
private System.Windows.Forms.DataGridViewTextBoxColumn IdThucDon;
162         
private System.Windows.Forms.DataGridViewTextBoxColumn TenLoaiThucDon;
163         
private System.Windows.Forms.DataGridViewTextBoxColumn TenThucDon;
164         
private System.Windows.Forms.DataGridViewTextBoxColumn DonViTinh;
165         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongTon;
166         
private System.Windows.Forms.DataGridViewTextBoxColumn DonGiaTon;
167         
private System.Windows.Forms.DataGridViewTextBoxColumn TrangThai;
168     }
169 }


Gõ tìm kiếm nhanh...